SingleN.INumeric<SingleN>.IsGreaterThan Method

Determines whether the current value is greater than the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<SingleN>.IsGreaterThan(
	SingleN value
)

Parameters

value  SingleN
The value to compare with the current value.

Return Value

Boolean
true if the current value is greater than value; otherwise, false.

Implements

INumeric<TSelf>.IsGreaterThan(TSelf)

See Also